Kameleon-Plus  0.3.2
Macros | Functions
coordinate_transformation_test.cpp File Reference
#include <iostream>
#include <iomanip>
#include <sstream>
#include <string>
#include <ctime>
#include <ccmc/Kameleon.h>
#include <boost/lexical_cast.hpp>
Include dependency graph for coordinate_transformation_test.cpp:

Macros

#define LENGTH   500;
 

Functions

void Tokenize (const std::string &str, std::vector< std::string > &tokens, const std::string &delimiters=" ")
 
int main (int argc, char *argv[])
 

Macro Definition Documentation

#define LENGTH   500;

attempts

Function Documentation

int main ( int  argc,
char *  argv[] 
)
   Time                   GEI (RE)                      GEI/J2000 (RE)                      GEO (RE)                          GM (RE)                         GSE (RE)                         GSM (RE)                          SM (RE)

yy/mm/dd hh:mm:ss X Y Z X Y Z X Y Z X Y Z X Y Z X Y Z X Y Z

00/07/18 00:00:00 7.68129 1.67608 5.01664 7.68176 1.67515 5.01623 1.87559 7.63503 5.01664 -7.45039 4.18915 3.73107 -0.14490 -8.45372 3.93597 -0.14490 -8.44147 3.96216 -1.34120 -8.44147 3.73107 00/07/18 00:03:00 7.66237 1.67695 5.05177 7.66284 1.67601 5.05137 1.96631 7.59326 5.05177 -7.38960 4.26207 3.77797 -0.12368 -8.44306 3.96787 -0.12368 -8.42716 4.00152 -1.32455 -8.42716 3.77797 00/07/18 00:06:00 7.64297 1.67771 5.08660 7.64345 1.67678 5.08619 2.05615 7.54997 5.08660 -7.32761 4.33364 3.82477 -0.10246 -8.43188 3.99951 -0.10246 -8.41214 4.04086 -1.30773 -8.41214 3.82477 ...

void Tokenize ( const std::string &  str,
std::vector< std::string > &  tokens,
const std::string &  delimiters = " " 
)